CollectClassNamesFromSubtreeResponse

data class CollectClassNamesFromSubtreeResponse(classNames: List<String>)

Represents response frame that is returned from DOM#collectClassNamesFromSubtree operation call. Collects class names for the node with given id and all of it's child nodes.

See also

Constructors

CollectClassNamesFromSubtreeResponse
Link copied to clipboard
fun CollectClassNamesFromSubtreeResponse(classNames: List<String>)

Properties

classNames
Link copied to clipboard
val classNames: List<String>
Class name list.

Sources

jvm source
Link copied to clipboard